FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package nhn.fhir.no.kjernejournal#1.0.1 (62 ms)

Package nhn.fhir.no.kjernejournal
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=nhn.fhir.no.kjernejournal@1.0.1&canonical=http://nhn.no/kj/fhir/StructureDefinition/KjProcedure
Url http://nhn.no/kj/fhir/StructureDefinition/KjProcedure
Status draft
Date 2020-03-30T05:56:26.4702007+00:00
Name KjProcedure
Experimental False
Type Procedure
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://hl7.no/fhir/StructureDefinition/no-basis-Patient no-basis-Patient
http://nhn.no/kj/fhir/StructureDefinition/KjAbatementDateTime KjAbatementDateTime
http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole KjPractitionerRole
http://nhn.no/kj/fhir/StructureDefinition/KjRecordedDateTime KjRecordedDateTime
http://nhn.no/kj/fhir/StructureDefinition/KjUpdatedDateTime KjUpdatedDateTime
http://nhn.no/kj/fhir/StructureDefinition/KjUpdater KjUpdater
http://nhn.no/kj/fhir/StructureDefinition/KjValidUntil KjValidUntil
http://nhn.no/kj/fhir/StructureDefinition/KjVerificationDateTime KjVerificationDateTime
http://nhn.no/kj/fhir/StructureDefinition/KjVerifier KjVerifier
http://nhn.no/kj/fhir/StructureDefinition/KjSourceOfInformation KjSourceOfInformation
http://nhn.no/kj/fhir/ValueSet/OngoingTreatment Ongoing Treatment
http://nhn.no/kj/fhir/ValueSet/ProcedureStatus Procedure Status


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "45ec70a3-f6ed-4c97-b128-3d340b452d06",
  "meta" : {
    "lastUpdated" : "2020-03-30T05:56:26.775+00:00"
  },
  "url" : "http://nhn.no/kj/fhir/StructureDefinition/KjProcedure",
  "name" : "KjProcedure",
  "status" : "draft",
  "date" : "2020-03-30T05:56:26.4702007+00:00",
  "fhirVersion" : "4.0.0",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Procedure",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Procedure.extension",
        "path" : "Procedure.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.extension:validUntil",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension",
        "sliceName" : "validUntil",
        "short" : "Procedure lasts until",
        "definition" : "If set, the EHR should test if current date is after the given date. Then it should not be shown.",
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjValidUntil"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.extension:validUntil.value[x]",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.extension:recordedDate",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension",
        "sliceName" : "recordedDate",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjRecordedDateTime"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.extension:recordedDate.value[x]",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.extension:verificationDateTime",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension",
        "sliceName" : "verificationDateTime",
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjVerificationDateTime"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.extension:verificationDateTime.value[x]",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.extension:abatementDateTime",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension",
        "sliceName" : "abatementDateTime",
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjAbatementDateTime"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.extension:abatementDateTime.value[x]",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.extension:updater",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension",
        "sliceName" : "updater",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjUpdater"
            ]
          }
        ]
      },
      {
        "id" : "Procedure.extension:updater.value[x]",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.extension:updatedDateTime",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension",
        "sliceName" : "updatedDateTime",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjUpdatedDateTime"
            ]
          }
        ]
      },
      {
        "id" : "Procedure.extension:updatedDateTime.value[x]",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.extension:sourceOfInformation",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.extension",
        "sliceName" : "sourceOfInformation",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjSourceOfInformation"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.extension:verifier",
        "path" : "Procedure.extension",
        "sliceName" : "verifier",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjVerifier"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.status",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.status",
        "short" : "in-progress | completed | entered-in-error",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://nhn.no/kj/fhir/ValueSet/ProcedureStatus"
        }
      },
      {
        "id" : "Procedure.category",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.category",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Procedure.category.coding",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.category.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.category.coding:KjCategory",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.category.coding",
        "sliceName" : "KjCategory",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Procedure.category.coding:KjCategory.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.category.coding.system",
        "min" : 1,
        "fixedUri" : "http://nhn.no/kj/fhir/CodeSystem/SubcategoriesOfCriticalInformation"
      },
      {
        "id" : "Procedure.category.coding:KjCategory.code",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.category.coding.code",
        "min" : 1,
        "fixedCode" : "6"
      },
      {
        "id" : "Procedure.code",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.code",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://nhn.no/kj/fhir/ValueSet/OngoingTreatment"
        }
      },
      {
        "id" : "Procedure.code.coding",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Procedure.code.coding:KjOngoingTreatment",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.code.coding",
        "sliceName" : "KjOngoingTreatment",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://nhn.no/kj/fhir/CodeSystem/OngoingTreatment"
        },
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://nhn.no/kj/fhir/ValueSet/OngoingTreatment"
        }
      },
      {
        "id" : "Procedure.code.coding:KjOngoingTreatment.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.code.coding.system",
        "fixedUri" : "http://nhn.no/kj/fhir/CodeSystem/OngoingTreatment"
      },
      {
        "id" : "Procedure.code.text",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "Procedure.code.text",
        "short" : "Description for type of threatment",
        "definition" : "Use this field for additional description to the type of threatment."
      },
      {
        "id" : "Procedure.subject",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.subject",
        "short" : "Reference to patient ongoing the threatment",
        "definition" : "Add reference to the patient that receives the threatment.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Patient"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performed[x]",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.performed[x]",
        "comment" : "Age is generally used when the patient reports an age at which the procedure was performed. dateTime supports a range of precision due to some procedures being reported as past procedures that might not have millisecond precision while other procedures performed and documented during the encounter might have more precise UTC timestamps with timezone.",
        "requirements" : "Period, string and Range should not be used in this profile",
        "type" : [
          {
            "code" : "dateTime"
          },
          {
            "code" : "Age"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.recorder",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.recorder",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole"
            ],
            "aggregation" : [
              "contained"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.note",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Procedure.note",
        "comment" : "Here one can add additional information, that gives more information that is not given in the other properties.",
        "max" : "1",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.